drawRectangle

Draws an unfilled rectangle

version(none)
extern (System) __gshared
void function(int x, int y, int w, int h, in HipColor color = HipColor.no) drawRectangle;

Meta